# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.12.9 -> 1.676.12.10 # arch/ia64/kernel/efi.c 1.7 -> 1.8 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 bjorn_helgaas@hp.com 1.676.12.10 # ia64: Print EFI call status in hex, not decimal. # -------------------------------------------- # diff -Nru a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c --- a/arch/ia64/kernel/efi.c Wed Oct 8 09:07:03 2003 +++ b/arch/ia64/kernel/efi.c Wed Oct 8 09:07:03 2003 @@ -540,7 +540,7 @@ efi_desc_size, ia64_boot_param->efi_memdesc_version, ia64_boot_param->efi_memmap); if (status != EFI_SUCCESS) { - printk("Warning: unable to switch EFI into virtual mode (status=%lu)\n", status); + printk("Warning: unable to switch EFI into virtual mode (status=0x%lx)\n", status); return; }